Skip to content

fix: swap reversed ticker and name fields in issueAssetNia examples - #47

Open
Sertug17 wants to merge 1 commit into
UTEXO-Protocol:mainfrom
Sertug17:fix/swap-ticker-name-issueAssetNia
Open

fix: swap reversed ticker and name fields in issueAssetNia examples#47
Sertug17 wants to merge 1 commit into
UTEXO-Protocol:mainfrom
Sertug17:fix/swap-ticker-name-issueAssetNia

Conversation

@Sertug17

Copy link
Copy Markdown

Summary

  • Swaps the reversed ticker and name fields in issueAssetNia() code examples
  • ticker now correctly contains the short symbol, name contains the full asset name
  • Consistent with the five other correct examples across the SDK docs

Fixes #46

Changed Files

  • product-suite/untitled-page.mdx (line 226)
  • getting-started/editor/sdk/utexo-sdk.mdx (line 211)

The ticker field should contain a short symbol (e.g. USDT) and
name should contain the full asset name (e.g. USD Token). These
were reversed in two files, inconsistent with the five other correct
examples across the SDK documentation.

Fixes UTEXO-Protocol#46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: ticker and name fields swapped in issueAssetNia code examples

1 participant